(make-frame): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 04:14:22 +0000 (04:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 04:14:22 +0000 (04:14 +0000)
lisp/frame.el

index 554eebaf7fa5b804878b390bf5eced5ddf4cb583..e76ac2f1fe7026df2088c4267f090de817a4ae56 100644 (file)
@@ -354,10 +354,7 @@ of the following forms:
 \(minibuffer . t) - the frame should have a minibuffer
 \(minibuffer . nil) - the frame should have no minibuffer
 \(minibuffer . only) - the frame should contain only a minibuffer
-\(minibuffer . WINDOW) - the frame should use WINDOW as its minibuffer window.
-
-The documentation for the function `x-create-frame' describes
-additional frame parameters that Emacs recognizes for X window frames."
+\(minibuffer . WINDOW) - the frame should use WINDOW as its minibuffer window."
   (interactive)
   (let ((nframe))
     (run-hooks 'before-make-frame-hook)